Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0c392f7cefd6da6610b9a871f7409d735fee1d73
Authored by
Scott Klum
2014-08-19 15:12:41 -0400
1 parent
b17818f0
Removed some debug output
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
3rdparty/stasm4.0.0/CMakeLists.txt
3rdparty/stasm4.0.0/CMakeLists.txt
View file @
0c392f7
...
...
@@ -29,8 +29,6 @@ if(MSVC)
29
29
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3 /DNOMINMAX /D_CRT_SECURE_NO_WARNINGS /wd4267 /wd4307 /wd4308 /nologo")
30
30
endif()
31
31
32
-message(${PROJECT_SOURCE_DIR})
33
-
34
32
add_subdirectory(${PROJECT_SOURCE_DIR}/stasm)
35
33
36
34
# Package
...
...