We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edf83e5 + e7fe45e commit ee55596Copy full SHA for ee55596
demo/CMakeLists.txt
@@ -43,12 +43,6 @@ link_directories(${chipmunk_demos_library_dirs})
43
add_executable(chipmunk_demos ${chipmunk_demos_source_files})
44
target_link_libraries(chipmunk_demos ${chipmunk_demos_libraries})
45
46
-# Tell MSVC to compile the code as C++.
47
-if(MSVC)
48
- set_source_files_properties(${chipmunk_demos_source_files} PROPERTIES LANGUAGE CXX)
49
- set_target_properties(chipmunk_demos PROPERTIES LINKER_LANGUAGE CXX)
50
-endif(MSVC)
51
-
52
if(INSTALL_DEMOS)
53
install(TARGETS chipmunk_demos RUNTIME DESTINATION bin)
54
endif(INSTALL_DEMOS)
0 commit comments